home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / afv95.zip / SORT.H < prev    next >
C/C++ Source or Header  |  1995-02-12  |  124b  |  16 lines

  1. #ifndef SORT_H
  2. #define SORT_H    1
  3.  
  4. #include "utype.h"
  5.  
  6. enum
  7. {
  8.     SKdate,
  9.     SKname,
  10.     SKsize,
  11.  
  12.     SKcount,
  13. };
  14.  
  15. #endif
  16.